onStartCommand

open fun onStartCommand(@Nullable intent: @Nullable Intent, flags: Int, startId: Int): Int(source)

Processes start commands when running as a pre-O service, enqueueing them to be later dispatched in onHandleWork.